Filter hook 'edit_{$taxonomy}_{$field}'

in WP Core File wp-includes/taxonomy.php at line 1796

Description

Filters the taxonomy field to edit before it is sanitized. The dynamic portions of the filter name, `$taxonomy` and `$field`, refer to the taxonomy slug and taxonomy field, respectively.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 1796

Parameters

Type Name Description
mixed $value Value of the taxonomy field to edit.
int $term_id Term ID.

PHP Doc

/**
		 * Filters the taxonomy field to edit before it is sanitized.
		 *
		 * The dynamic portions of the filter name, `$taxonomy` and `$field`, refer
		 * to the taxonomy slug and taxonomy field, respectively.
		 *
		 * @since 2.3.0
		 *
		 * @param mixed $value   Value of the taxonomy field to edit.
		 * @param int   $term_id Term ID.
		 */